home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / ImageMagick / SYNOPSIS < prev   
Text File  |  1995-07-14  |  6KB  |  144 lines

  1. ImageMagick is a collection of X11 image processing and display utilities.  It
  2. is available on export.lcs.mit.edu as contrib/ImageMagick.tar.Z.
  3.  
  4. cristy@dupont.com
  5.  
  6. ---
  7.  
  8. Display
  9.  
  10.      Display is a machine architecture independent image
  11.      processing and display program.  It can display an image on
  12.      any workstation display running an X server.  Display first
  13.      determines the hardware capabilities of the workstation.  If
  14.      the number of unique colors in the image is less than or
  15.      equal to the number the workstation can support, the image
  16.      is displayed in an X window.  Otherwise the number of colors
  17.      in the image is first reduced to match the color resolution
  18.      of the workstation before it is displayed.
  19.  
  20.      This means that a continuous-tone 24 bits/pixel image can
  21.      display on a 8 bit pseudo-color device or monochrome device.
  22.      In most instances the reduced color image closely resembles
  23.      the original.  Alternatively, a monochrome or pseudo-color
  24.      image can display on a continuous-tone 24 bits/pixels
  25.      device.
  26.  
  27.  
  28. Import
  29.  
  30.      Import reads an image from any visible window on an X server
  31.      and outputs it as an image file.  You can capture a single
  32.      window, the entire screen, or any rectangular portion of the
  33.      screen.  You can use display (see display(1)) utility for
  34.      redisplay, printing, editing, formatting, archiving, image
  35.      processing, etc. of the captured image.
  36.  
  37.      The target window can be specified by id, name, or may be
  38.      selected by clicking the mouse in the desired window.  If
  39.      you press a button and then drag, a rectangle will form
  40.      which expands and contracts as the mouse moves.  To save the
  41.      portion of the screen  defined by the rectangle, just
  42.      release the button.  The keyboard bell is rung once at the
  43.      beginning of the screen capture and twice when it completes.
  44.  
  45.  
  46. XtoPS
  47.  
  48.      XtoPS reads an image from any visible window on an X server
  49.      and outputs it as Encapsulated Postscript.  You can capture
  50.      a single window, the entire screen, or any rectangular
  51.      portion of the screen.  You can view the captured screen
  52.      with any Postscript compatible viewer or printer.  The
  53.      Postscript is displayed in color on viewers or printers that
  54.      support color, otherwise it is displayed as grayscale.
  55.  
  56.      The target window can be specified by id, name, or may be
  57.      selected by clicking the mouse in the desired window.  If
  58.      you press a button and then drag, a rectangle will form
  59.      which expands and contracts as the mouse moves.  To save the
  60.      portion of the screen defined by the rectangle, just release
  61.      the button.  The keyboard bell is rung once at the beginning
  62.      of the screen capture and twice it completes.
  63.  
  64.  
  65. Animate
  66.  
  67.      Animate displays a sequence of images on any workstation
  68.      display running an X server.  Animate first determines the
  69.      hardware capabilities of the workstation.  If the number of
  70.      unique colors in an image is less than or equal to the
  71.      number the workstation can support, the image is displayed
  72.      in an X window.  Otherwise the number of colors in the image
  73.      is first reduced to match the color resolution of the
  74.      workstation before it is displayed.
  75.  
  76.      This means that a continuous-tone 24 bits/pixel image can
  77.      display on a 8 bit pseudo-color device or monochrome device.
  78.      In most instances the reduced color image closely resembles
  79.      the original.  Alternatively, a monochrome or pseudo-color
  80.      image sequence can display on a continuous-tone 24
  81.      bits/pixels device.
  82.  
  83.  
  84. Montage
  85.  
  86.      Montage creates a composite image by combining several
  87.      separate images.  The images are tiled on the composite
  88.      image with the name of the image optionally appearing just
  89.      below the individual tile.
  90.  
  91.  
  92. Mogrify
  93.  
  94.      Mogrify transforms an image or a sequence of images.  These
  95.      transforms include image scaling, image rotation, color
  96.      reduction, and others.  The transmogrified image overwrites
  97.      the original image.
  98.  
  99.  
  100. Convert
  101.  
  102.      Convert converts an input file using one image format to an
  103.      output file with a differing image format. By default, the
  104.      image format is determined by it's magic number. To specify
  105.      a particular image format, precede the filename with an
  106.      image format name and a colon (i.e.  mtv:image) or specify
  107.      the image type as the filename suffix (i.e. image.mtv).
  108.      Specify file as - for standard input or output.  If file has
  109.      the extension .Z, the file is decoded with uncompress.
  110.  
  111.      Convert recognizes the following image formats:
  112.  
  113.        Tag       Description
  114.        ----------------------------------------------------
  115.        AVS
  116.        CMYK      Raw cyan, magenta, yellow, and black bytes
  117.        FAX       Group 3
  118.        GIF
  119.        GRAY      Raw gray bytes
  120.        JPEG
  121.        MIFF      Machine Independant file format
  122.        MTV
  123.        PNM       Portable bitmap
  124.        PS        Postscript
  125.        RGB       Raw red, green, and blue bytes
  126.        RLE       Utah Raster Toolkit
  127.        SUN       SUN raster
  128.        TEXT      raw text file; read only
  129.        TIFF      Tagged Image File Format
  130.        VICAR
  131.        X         select image from X server screen; read only
  132.        XC        constant image of X server background color
  133.        XBM       X11 bitmap
  134.        XWD       X11 window dump
  135.  
  136. XTP
  137.  
  138.      Xtp is a utility for retrieving, listing, or printing files
  139.      from a remote network site, or sending files to a remote
  140.      network site.  Xtp performs most of the same functions as
  141.      the ftp program, but does not require any interactive
  142.      commands.  You simply specify the file transfer task on the
  143.      command line and xtp performs the task automatically.
  144.